home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / main.dir / 00252.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  389 b   |  22 lines

  1. on exitFrame
  2.   if the movieRate of sprite 2 then
  3.     checkMainRollover2()
  4.     go(the frame)
  5.   else
  6.     if rollOver(2) then
  7.       go(the frame)
  8.     else
  9.       set the movieTime of sprite 2 to 0
  10.       set the movieRate of sprite 2 to 0
  11.       go("ViewR")
  12.     end if
  13.   end if
  14. end
  15.  
  16. on mouseUp
  17.   set the movieTime of sprite 2 to 0
  18.   set the movieRate of sprite 2 to 0
  19.   go("ViewR")
  20.   pass()
  21. end
  22.